func runtime.fneg64

2 uses

	runtime (current package)
		softfloat64.go#L251: 	return fadd64(f, fneg64(g))
		softfloat64.go#L254: func fneg64(f uint64) uint64 {